*>(_:_:)
public func *>
<
DS: FlowDataSource,
DD: FlowDataDestination
where DS.ResultType == DD.DataType
>
(left: DS, right: DD) -> DataFlow<DS, DD>
Creates data flow from compatatible data source to data destination
-
Undocumented
Declaration
Swift
public func *> < DS: FlowDataSource, DD: FlowDataDestination where DS.ResultType == DD.DataType > (left: DS, right: DD) -> DataFlow<DS, DD>